home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / KoktejlovePexeso-oldes / pexeso.swf / scripts / DefineButton2_273 / BUTTONCONDACTION on(release).as
Text File  |  2000-12-04  |  138b  |  13 lines

  1. on(release){
  2.    if(kid == 24)
  3.    {
  4.       kid = 1;
  5.    }
  6.    else
  7.    {
  8.       kid += 1;
  9.    }
  10.    ShowFoto(kid);
  11.    SetData(kid);
  12. }
  13.